README FILE FOR Realspace 2 - Emperor's Revenge

This game is the property of AltoParc Solutions - www.altoparc.com

See license.txt for the conditions under which this game may be used.


FILE LIST

rs2_sm.html, rs2_med.html, rs2_lrg.html - sample html showing how to run the game in 3 different sizes.  We recommend you offer all three sizes to work on slow, normal, and fast computers.
gameapp.jar - the game program
images - subdirectory used by game
sounds - subdirectory used by game
license.txt - license terms and conditions
readme.txt - this readme


HOW TO PUT THE GAMES ON YOUR SITE

Upload these files including all subdirectories to an appropriate
place on your web server.  Examine the example html file to see
the <applet .....></applet> tag pair needed to run the game.
Place these tags in the appropriate html on your site.


IF YOU ARE AN AFFILIATE

If you are an affiliate of ours, you may embed your affiliate id into the game
by adding a param value to the applet tags in your html.  The following example
shows placing the affiliate id 1234.  Substitute the sample 1234 value with your
valid affiliate id.

<applet....>
<param name="moreurl" value="&aid=1234">
</applet>


JAVA APPLET CODEBASE TAG

Some webmasters need to host the game files in a different directory or on a different
web server than that of the web page which displays the game.  Use the applet
codebase tag to specify the subdirectory or full url where the game files
are actually hosted from.  Here are a couple examples.

<applet...  codebase="somedir/">
</applet>

<applet...  codebase="http://www.yoursite.com/somedir/">
</applet>
